From 50efa5df33b229a2cca65add9399895339166f31 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 22 Feb 2007 22:50:15 +0000 Subject: [PATCH] (menubar_active): Remove menu_command_in_progress. --- src/w32term.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/w32term.h b/src/w32term.h index 9d034f56f5b..cac3e2f8997 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -378,9 +378,6 @@ struct w32_output /* Nonzero means menubar is currently active. */ char menubar_active; - /* Nonzero means a menu command is being processed. */ - char menu_command_in_progress; - /* Nonzero means menubar is about to become active, but should be brought up to date first. */ volatile char pending_menu_activation; -- 2.30.2